From 03114a39de4cbbc6ebd826df7e53a6ff3231cde6 Mon Sep 17 00:00:00 2001 From: Martin Nordholts Date: Sun, 18 Jan 2009 18:12:52 +0000 Subject: [PATCH] Namespace the include guard. * babl/babl-db.h: Namespace the include guard. svn path=/trunk/; revision=387 --- ChangeLog | 4 ++++ babl/babl-db.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7457178..ddaa0d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-01-18 Martin Nordholts + + * babl/babl-db.h: Namespace the include guard. + 2009-01-18 Martin Nordholts Do a s/babl_destroy/babl_exit since 'destroy' is better paired diff --git a/babl/babl-db.h b/babl/babl-db.h index 7aa4f37..3d76ca2 100644 --- a/babl/babl-db.h +++ b/babl/babl-db.h @@ -16,8 +16,8 @@ * . */ -#ifndef _DB_H -#define _DB_H +#ifndef _BABL_DB_H +#define _BABL_DB_H #ifndef _BABL_H #error babl-db.h is only to be included after babl.h -- 2.30.2